Search
Graphics.drawLines Method
See Also
 






Draws a series of straight lines.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function drawLines (pen, points)

 Parameters

pen

The pen to draw the lines with.

points

The points of the lines to draw.

 See Also